-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Search highlighting for Collectives #1368
Conversation
2 failed and 2 flaky tests on run #1739 ↗︎
Details:
pages.spec.js • 1 failed test • Nextcloud master
page-list.spec.js • 1 failed test • Nextcloud master
cypress/e2e/collective-settings.spec.js • 2 flaky tests • Nextcloud stable27Review all test suite changes for PR #1368 ↗︎ |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Only additional feedback in addition to @nimishavijay’s is:
- The elements in the left navigation directly below the search field jump around vertically a little bit. It would be nice if they stay in place, e.g. the main Collective page.
Let's file that into a separate issue. Unrelated to this part of the implementation |
6313954
to
20c39fc
Compare
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for working on this @elzody ❤️
It's working really well. I have a few comments, but they should be easy to address.
20c39fc
to
2154ee4
Compare
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
* Consolidate vuex search module * Get rid of watcher + duplicated state around `matchAll`/`highlightAll` * Scroll current search result into view Signed-off-by: Jonas <[email protected]>
2154ee4
to
02fb6d2
Compare
📝 Summary
This pull request integrates search highlighting from the text app into collectives.
🖼️ Video
search_highlighting_example1.mp4
🚧 TODO
🏁 Checklist
npm run lint
/npm run stylelint
/composer run cs:check
)